/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1032px;
	margin:0 auto;
	font-size:15px;	
	font-family:"Microsoft Yahei";
	background:#cff0f9 url("/global/body_bg.jpg") no-repeat top center;
	text-align:justify;
	color:#333;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#1870bd;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1032px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
	height:165px;	
}
/*header 结束*/

.nav{
	height:45px;
	width:1032px;
	margin:0 auto 10px auto;
	background:url("/global/nav_bg.png") repeat-x left top;	
}
.nav a{
	float:left;
	display:inline-block;
	width:106px;
	text-align:center;
	height:44px;
	line-height:44px;
	margin-right:12px;	
	font-size:18px;
	color:#fff;
}
.nav a:hover,.nav a.hover{
	color:#001f50;
	background:url("/global/nav_hover.png");	
}
.nav_search{
	float:right;
	width:265px;
	height:30px;
	margin:7px 16px 0 0;
	background:#fff;
	border-radius:3px;	
}
.nav_search .text{
	width:215px;
	height:30px;
	line-height:30px;
	padding-left:10px;	
	border:0;
	background:none;
	color:#999;
	float:left;
}
.nav_search .sub{
	float:left;
	width:40px;
	height:30px;	
	background:url("/global/nav_sub.png") no-repeat center center;
}
.wb_wp{
	width:1002px;
	margin:0 auto;
	background:#fff;
	padding:15px;	
}


.footer{
	background:#e9e9e9;
	padding:10px 0;
	font-size:12px;
	text-align:center;
}
.footer p{
		margin:10px;
}
.ft_left{
	position:absolute;
	left:40px;
	top:40px;	
}
.ft_right{
	position:absolute;
	right:38px;
	top:44px;	
}

.main{
	background:url("/global/main_bg.png") repeat-y left top;	
}
.aside{
	width:233px;
	float:left;	
	min-height:600px;
}
.as_title{
	height:44px;
	line-height:44px;
	text-align:center;
	color:#fff;
	font-size:18px;
	background:#1870bd;	
}
.as_nav{
	width:185px;
	margin:0 auto;	
}
.as_nav li{
	height:33px;
	line-height:33px;
	padding-top:17px;	
	border-bottom:1px solid #e6e6e6;
	vertical-align:top;
}
.as_nav li a{
	padding-left:10px;
	width:178px;	
	display:block;
	height:33px;
	color:#015893;
}
.as_nav li a em{
	color:#fafafa;	
}
.as_nav li a:hover,.as_nav li a.hover{
	color:#ff6401;	
}
.as_nav li a:hover em,.as_nav li a.hover em{
	color:#ff6401;		
}
.as_ad{
	display:block;
	width:215px;
	height:43px;
	margin:20px auto;
}
.as_ad img{
	display:block;
	width:215px;
	height:43px;		
}
.as_ad2{
	display:block;
	width:215px;
	height:86px;
	margin:20px auto;
}
.as_ad2 img{
	display:block;
	width:215px;
	height:86px;		
}

.section{
	width:750px;
	float:right;	
}
.se_head{
	height:42px;
	line-height:42px;
	clear:both;
	border-bottom:2px solid #ececec;	
}
.se_head .name{
	float:left;
	padding-left:10px;
	color:#ff6600;
	font-size:18px;	
}
.now_pos{
	float:right;
	font-size:14px;	
}

.now_pos2{
  width:996px;
  margin:0 auto;
  padding:8px 8px 8px 28px;
  background:#fff url("/global/now_pos.png") no-repeat 8px center;
  border-bottom:1px dashed #ececec;  
}
.now_pos span{
  color:#c40000;  
}

/*公用CSS 结束*/